Move swss-common/swss-common-testing to sonic-swss-common repo#86
Move swss-common/swss-common-testing to sonic-swss-common repo#86r12f merged 4 commits intosonic-net:masterfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
r12f
left a comment
There was a problem hiding this comment.
Signed off the swss-common PR, hence sign off here as well. Feel free to merge, once the branch name is updated :D.
Also prefer to use commit ID to lock a specific version.
r12f
left a comment
There was a problem hiding this comment.
Signed off the swss-common PR, hence sign off here as well. Feel free to merge, once the branch name is updated :D.
Also prefer to use commit ID to lock a specific version.
crates/container/Cargo.toml
Outdated
| futures-util = { workspace = true } | ||
| clap = { workspace = true } | ||
| swss-common = { path = "../swss-common" } | ||
| swss-common = { git = "https://github.com/qiluo-msft/sonic-swss-common.git", branch = "qiluo/rustcrate" } |
There was a problem hiding this comment.
prefer to also add a commit id.
There was a problem hiding this comment.
cargo.lock has it covered now. great!
There was a problem hiding this comment.
cargo lock seems to be missing, will be great to add. otherwise dependency can easily break build. #Resolved
There was a problem hiding this comment.
added Cargo.lock
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…onic-net/sonic-dash-ha Move swss-common/swss-common-testing crates from https://github.com/sonic-net/sonic-dash-ha After this PR, remove code in sonic-net/sonic-dash-ha#86
…onic-net/sonic-dash-ha (#49) Move swss-common/swss-common-testing crates from https://github.com/sonic-net/sonic-dash-ha After this PR, remove code in sonic-net/sonic-dash-ha#86
|
Cherry-pick PR to msft-202506: Azure/sonic-dash-ha.msft#8 |
…onic-net/sonic-dash-ha Move swss-common/swss-common-testing crates from https://github.com/sonic-net/sonic-dash-ha After this PR, remove code in sonic-net/sonic-dash-ha#86
…onic-net/sonic-dash-ha (#62) Move swss-common/swss-common-testing crates from https://github.com/sonic-net/sonic-dash-ha After this PR, remove code in sonic-net/sonic-dash-ha#86
Only merge this PR after merging sonic-net/sonic-swss-common#1052